ComponentOne ASP.NET MVC Controls
Point Method

C1.Web.Mvc.Fluent Namespace > AnnotationBaseBuilder<TControl,TBuilder> Class : Point Method
The value.
Configurates C1.Web.Mvc.AnnotationBase.Point. Sets the point of the annotation.
Syntax
'Declaration
 
Public Function Point( _
   ByVal value As DataPoint _
) As TBuilder
public TBuilder Point( 
   DataPoint value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
The coordinates of points depends on the Attachment property. See AnnotationAttachment for further description.
See Also

Reference

AnnotationBaseBuilder<TControl,TBuilder> Class
AnnotationBaseBuilder<TControl,TBuilder> Members